projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4019007
)
Restore gtk_entry_get_icon_window() again
author
Javier Jardón
<jjardon@gnome.org>
Wed, 10 Mar 2010 22:16:17 +0000
(23:16 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 2 May 2010 23:51:21 +0000
(
01:51
+0200)
gtk/gtkentry.h
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.h
b/gtk/gtkentry.h
index 19d489c9067b4b054b893b6dac65a6d64bc27c76..f0a3dd74c09bdabe8e093738fc8ab43863ec9416 100644
(file)
--- a/
gtk/gtkentry.h
+++ b/
gtk/gtkentry.h
@@
-302,6
+302,8
@@
void gtk_entry_set_icon_drag_source (GtkEntry *
GtkTargetList *target_list,
GdkDragAction actions);
gint gtk_entry_get_current_icon_drag_source (GtkEntry *entry);
+GdkWindow* gtk_entry_get_icon_window (GtkEntry *entry,
+ GtkEntryIconPosition icon_pos);
G_END_DECLS